.hero-banner{position:relative;min-height:700px;display:flex;flex-direction:column;justify-content:center;background-color:#3d6b4a}.hero-banner__bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:1}.hero-banner__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,rgba(0,0,0,.15),rgba(0,0,0,.45));z-index:2}.hero-banner__content,.hero-banner__ticker{position:relative;z-index:3}.hero-banner__content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff}.hero-banner__title{max-width:1000px;margin-bottom:16px}.hero-banner__title em{font-family:"British Green",serif}.hero-banner__desc{max-width:500px;opacity:.95;margin-bottom:28px}.hero-banner__ticker{background:#1a8f3d;color:#fff;width:100%;flex-shrink:0;overflow:hidden}.hero-banner__ticker-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;max-height:50px;padding:12px clamp(16px,2vw,24px);overflow:hidden}.hero-banner__ticker-items{display:flex;align-items:center;flex:1;min-width:0;overflow:hidden;color:#c9a961;scrollbar-width:none}.hero-banner__ticker-track{display:flex;align-items:center;width:max-content;gap:clamp(24px,6vw,90px);animation:ticker-slide var(--ticker-duration,42s) linear infinite;will-change:transform}.hero-banner__ticker:hover .hero-banner__ticker-track{animation-play-state:paused}.hero-banner__ticker-items::-webkit-scrollbar{display:none}.hero-banner__ticker-track p{white-space:nowrap;flex:0 0 auto}.hero-banner__ticker-items span{color:#fff}.hero-banner__ticker-title{display:flex;align-items:center;white-space:nowrap;opacity:.95;flex-shrink:0;font-family:"Be Vietnam Pro","Montserrat",system-ui,sans-serif}@keyframes ticker-slide{from{transform:translateX(100vw)}to{transform:translateX(-100%)}}@media(prefers-reduced-motion:reduce){.hero-banner__ticker-track{animation:none;transform:none}}@media(max-width:1100px){.hero-banner{min-height:560px}.hero-banner__content{padding-inline:18px}.hero-banner__title{max-width:820px}}@media(max-width:768px){.hero-banner{min-height:520px}.hero-banner__content{padding:48px clamp(16px,2vw,24px) 32px}.hero-banner__title{margin-bottom:12px}.hero-banner__desc{margin-bottom:20px}.hero-banner__ticker-inner{min-height:42px;max-height:none;gap:12px;padding:10px 14px}.hero-banner__ticker-items{width:100%}.hero-banner__ticker-track{gap:24px}.hero-banner__ticker-title{max-width:42%;overflow:hidden;text-overflow:ellipsis}}@media(max-width:580px){.hero-banner{min-height:auto}.hero-banner__ticker-inner{gap:10px;min-height:38px;padding:8px 12px}.hero-banner__ticker-track{gap:16px}.hero-banner__ticker-link{max-width:38%}}